const runtime.sigPerThreadSyscall
4 uses
runtime (current package)
os_linux.go#L18: const sigPerThreadSyscall = _SIGRTMIN + 1
os_linux.go#L832: signalM(mp, sigPerThreadSyscall)
signal_unix.go#L164: if (GOOS == "linux" || GOOS == "android") && !iscgo && sig == sigPerThreadSyscall {
signal_unix.go#L626: if (GOOS == "linux" || GOOS == "android") && sig == sigPerThreadSyscall {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)